-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: upgraded versions.tf to include minor bumps from tpg v5 #118
Conversation
@@ -20,11 +20,11 @@ terraform { | |||
|
|||
google = { | |||
source = "hashicorp/google" | |||
version = ">= 3.53, < 5.0" | |||
version = ">= 3.53, < 6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we block to version 6 ?
We don't know what's included in version 6 yet, and the module may still work.
Currently, it's "< 5.0" , and it's blocking terraform setups to update to provider v5, it's the only terraform google module that I use that does this.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
@g-awmalik are the test failures related or can we merge this? |
I just merged #123 cleanly, let's see if we now get a green run. If not, likely an incompatibility with TPG 5 which needs to be investigated. |
@bharathkkb @g-awmalik all green now :) |
No description provided.